home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / srchhelp.dxr / 00003_title bar drag score script.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  111 b   |  7 lines

  1. on mouseDown
  2.   windowName = (the activeWindow).name
  3.   tell the stage
  4.     dragWindow(windowName)
  5.   end tell
  6. end
  7.